projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b43a6
)
(message_dolog): Remove unused variables `gcpro2', `gcpro3' and `gcpro4'.
author
Pavel Janík
<Pavel@Janik.cz>
Wed, 28 Nov 2001 08:12:53 +0000
(08:12 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Wed, 28 Nov 2001 08:12:53 +0000
(08:12 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1fc2aa0dc4681d2e71ec08e9e26740b44133e6b4..bb743bf8de6be5a179499161c9dc826fa65a59da 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
2001-11-28 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+ * xdisp.c (message_dolog): Remove unused variables `gcpro2',
+ `gcpro3' and `gcpro4'.
+
* coding.c (decode_coding_string): Remove unused variable
`gcpro1'.
diff --git
a/src/xdisp.c
b/src/xdisp.c
index f178f692e9bcdfd307a4a53ffe59b694306a9f6b..4d2c4eeff027dca5c6d987bd0dcf691e889a2007 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-5615,7
+5615,7
@@
message_dolog (m, nbytes, nlflag, multibyte)
int point_at_end = 0;
int zv_at_end = 0;
Lisp_Object old_deactivate_mark, tem;
- struct gcpro gcpro1
, gcpro2, gcpro3, gcpro4
;
+ struct gcpro gcpro1;
old_deactivate_mark = Vdeactivate_mark;
oldbuf = current_buffer;